home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / gwuada_5.zip / adaed / spider / draw1.ada next >
Text File  |  1993-02-04  |  280b  |  34 lines

  1. WITH Spider; Use Spider;
  2. PROCEDURE Drawing1 IS 
  3. BEGIN 
  4. Reset; 
  5. Turn;
  6. Turn;
  7. Turn;
  8. Red;
  9. Step;
  10. Step;
  11. Turn;
  12. Step;
  13. Green;
  14. Step;
  15. Step;
  16. Turn;
  17. Step;
  18. Turn;
  19. Blue;
  20. Step;
  21. Step;
  22. Turn;
  23. Turn;
  24. Turn;
  25. Step;
  26. Turn;
  27. Turn;
  28. Green;
  29. Step;
  30. Step;
  31. Step;
  32. Quit;
  33. END Drawing1; 
  34.